home *** CD-ROM | disk | FTP | other *** search
- #ifndef FLOPPY_H
- #define FLOPPY_H
-
- extern int InitializeFloppy(void);
- extern void CreateImage(FSSpec *spec);
- extern void AttachFloppyImage(FSSpec *spec);
- extern void FloppyDirectory(void);
- extern void FloppyCopyTo(void);
- extern void FloppyCopyFrom(void);
- extern void FloppySelectImage(void);
- extern void FloppyCreateImage(void);
-
- #endif
-